Skip to content

Conversation

smitbarmase
Copy link
Member

@smitbarmase smitbarmase commented Oct 9, 2025

Closes #5185

Release Notes:

  • Added an option to hide hidden files in the project panel by setting hide_hidden in the project panel settings.

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Oct 9, 2025
Copy link

github-actions bot commented Oct 9, 2025

Squawk Report

✅ 0 violations across 1 file(s)


crates/collab/migrations/20251008120000_add_is_hidden_to_worktree_entries.sql

ALTER TABLE "worktree_entries"
ADD "is_hidden" BOOL NOT NULL DEFAULT FALSE;

✅ Rule Violations (0)

No violations found.


📚 More info on rules

⚡️ Powered by Squawk (0.26.0), a linter for PostgreSQL, focused on migrations

@smitbarmase smitbarmase merged commit 998fece into main Oct 12, 2025
22 checks passed
@smitbarmase smitbarmase deleted the project-panel-hidden branch October 12, 2025 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ability to hide hidden files when viewing code base

2 participants